home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Programming / CVS / ChangeLog.AMIGA < prev    next >
Text File  |  2001-04-30  |  1KB  |  32 lines

  1. 2001-04-29 Jens Langner <Jens.Langner@htw-dresden.de>
  2.  
  3.  * updated CVS source tree to latest version 1.11.1p1
  4.    and updated amiga.c implementation accordingly
  5.  
  6.  * CVS/Entries files were broken because of some wrong time calculation
  7.    in convert_fileinfo_to_stat()
  8.  
  9.  * fixed some bugs in the smakefiles and corrected some header files
  10.  
  11. 2001-02-08 Olaf Barthel <olsen@sourcery.han.de>
  12.  
  13.  * Whoops. The fstat() replacement function did not get called and
  14.      thus ended up trashing the protection bits of files checked out.
  15.  
  16.  * The current signal handler was not properly restored in the
  17.    password entry routine.
  18.  
  19. 2001-02-07 Olaf Barthel <olsen@sourcery.han.de>
  20.  
  21.  * The password query routine failed to store the password entered,
  22.    rendering cvs almost entirely useless. The code was also vulnerable
  23.    when receiving a ^C break signal.
  24.  
  25.  * Rewrote stat(), fstat(), lstat() and chmod() from scratch since
  26.    the original implementations turned out to be fundamentally
  27.    incompatible with how CVS would use file attribute bits.
  28.  
  29.  * Worked around another potential pitfall with the access()
  30.    implementation.
  31.  
  32.